public class Byte_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Byte_Vect() |
|
Byte_Vect(long n) |
protected |
Byte_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(byte x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(Byte_Vect o) |
protected void |
finalize() |
byte |
get(int i) |
protected static long |
getCPtr(Byte_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
byte val) |
long |
size() |
protected Byte_Vect(long cPtr, boolean cMemoryOwn)
public Byte_Vect()
public Byte_Vect(long n)
protected static long getCPtr(Byte_Vect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(byte x)
public byte get(int i)
public void set(int i, byte val)
public boolean equals(Byte_Vect o)